home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / garfield.swf / scripts / DefineSprite_312_england_helper / frame_10 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  148 b   |  10 lines

  1. if(!first_time)
  2. {
  3.    this._x += 158;
  4. }
  5. if(Math.abs(_parent.ball_mov._x - (this._x + 84)) < 79)
  6. {
  7.    gotoAndStop("move_ball");
  8.    play();
  9. }
  10.